// File:       vectori.c++
// Version:    1.00
// Author:     (c) Miles Sabin, 1997
// Purpose:    standard instantiations of vector<T>

// Change log:
//  13/01/97   v. 1.00


#define INSTANTIATE_VECTOR_NON_COMPARATORS_ONLY
#include "vector.c++"

INSTANTIATE_CLASS_1(vector, short)
